Miner.CommandLine Namespace > Parser Class > ParseArguments Method : ParseArguments(String[],Object) Method |
'Declaration
Public Overloads Shared Function ParseArguments( _ ByVal arguments() As System.String, _ ByVal destination As System.Object _ ) As System.Boolean
'Usage
Dim arguments() As System.String Dim destination As System.Object Dim value As System.Boolean value = Parser.ParseArguments(arguments, destination)
public static System.bool ParseArguments( System.string[] arguments, System.object destination )
public function ParseArguments( arguments: System.Stringarray of; destination: System.TObject ): System.Boolean; static;
public static function ParseArguments( arguments : System.String[], destination : System.Object ) : System.boolean;
public: static System.bool ParseArguments( System.string*[]* arguments, System.Object* destination )
public: static System.bool ParseArguments( System.array<String^>^ arguments, System.Object^ destination )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2